* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 20px;
}
html.size {
  font-size: 30px;
}
body {
  background: #000;
  color: #fff;
  font-family: Source Sans Pro;
  line-height: 1.5;
}
@media (min-width: 960px) {
  body.white {
    background: #fff;
    color: #000;
  }
  body.white .section {
    color: #000 !important;
  }
  body.white .section a {
    color: #000 !important;
  }
  body.white h1,
  body.white h2 {
    background: none!important;
    color: #000;
  }
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: Source Sans Pro;
}
.container {
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .container {
    max-width: 900px;
  }
}
p {
  margin-bottom: 15px;
}
img {
  max-width: 100%;
}
.fp-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
}
.fp-bg > div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fp-bg > div.active {
  opacity: 1;
  z-index: 2;
}
.fp-bg > div.bi {
  z-index: 3;
}
.fp-bg > div.bi2 {
  z-index: 4;
}
.fp-bg > div.tr {
  transition: opacity 0.6s ease-in-out 0s;
}
@keyframes scroll {
  0% {
    background-position: 0 0;
  }
  40% {
    background-position: 0 25%;
  }
  80% {
    background-position: 0 90%;
  }
  100% {
    background-position: 0 66%;
  }
}
.fp-enabled br {
  display: block;
}
.fp-enabled .fp-bg {
  display: block;
}
.fp-enabled .img-wrap img {
  opacity: 0;
}
.fp-enabled .tabs {
  opacity: 0;
}
#fullpage .tr-none {
  transition: none!important;
  opacity: 1!important;
}
#fullpage .tr-none .main-oval {
  opacity: 0.5 !important;
}
#fullpage .tr-none * {
  transition: none!important;
  opacity: 1!important;
}
.tik-wrap {
  max-width: 47.8vh;
  margin: 50px auto;
}
.tik-wrap .inside {
  padding-top: 205.519%;
  position: relative;
  background: lightblue;
  border-radius: 5px;
}
.tik-wrap .inside:after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 70px;
  z-index: 10;
  content: 'TikTok';
  font-weight: bold;
}
.tik-wrap .inside.loaded {
  border: none;
  background: none;
}
.tik-wrap .inside.loaded:after {
  display: none;
}
.tik-wrap iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
}
body .main-wrap {
  transition: all 0.2s ease-in-out 0s;
}
body.open {
  overflow: hidden;
}
body.open #menu {
  height: 100%;
}
body.open #menu .top {
  margin-left: 0;
  overflow: visible;
  padding-top: 103px;
  height: 103px;
}
body.open #menu .top img {
  margin-left: 100px;
}
body.open #menu .top .burger {
  position: absolute;
  left: 120px;
  animation: burger forwards ease-in-out 0.3s;
  top: 0px;
}
body.open .main-wrap {
  transform: translateX(440px);
  overflow: hidden;
}
@keyframes burger {
  0% {
    position: absolute;
    top: 0px;
    right: 30px;
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    right: 0px;
    transform: translateX(100%);
    opacity: 0;
  }
  26% {
    right: auto;
    transform: translateX(-100%);
    left: 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    left: 120px;
    top: 0;
  }
}
#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 103px;
  overflow: hidden;
  z-index: 100;
}
#menu .inner {
  height: 100%;
  background: #1a1920;
  padding-left: 110px;
  padding-top: 110px;
  width: 560px;
}
#menu .top {
  display: flex;
  overflow: hidden;
  width: 100%;
  background: #1a1920;
  height: 103px;
  transition: all 0.3s ease-in-out 0s, overflow 0.3s linear 0.3s, margin-left 0s linear 0s;
  flex-wrap: wrap;
}
#menu .top img {
  max-width: 300px;
  height: auto;
  object-fit: contain;
  margin-left: 30px;
  margin-right: 30px;
  transition: all 0.3s ease-in-out 0s;
}
#menu .burger {
  position: relative;
  height: 43px;
  width: 50px;
  margin: 30px 30px 30px auto;
  font-size: 28px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
#menu .burger span {
  background: #fff;
}
#menu a {
  color: #000;
}
#menu ul {
  list-style: none;
  padding: 0;
  max-height: calc(100vh - 230px);
  overflow: auto;
}
#menu ul li {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 990px) {
  #menu {
    display: block;
  }
}
.video-embed.tiktok {
  position: relative;
}
.iframe-wrap {
  position: relative;
  padding-top: 56.25%;
  margin: 0 -10px;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos {
  margin-bottom: 100px;
  font-size: 0.8rem;
}
.videos .iframe-wrap {
  margin-bottom: 20px;
}
.videos p + .video-caption {
  margin-top: -15px;
}
h2 {
  margin-top: 40px;
}
h2:first-child {
  margin-top: 0;
}
#guestbook-id {
  flex: 0 0 100%;
}
a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 960px) {
  a {
    color: #fff !important;
  }
}
a:hover {
  color: #B20223;
}
h2 {
  text-transform: uppercase;
}
.adverisment h2,
.advert h2,
.adverisment .h2,
.advert .h2 {
  text-transform: uppercase;
  font-size: 0.7rem;
}
.adverisment {
  margin-top: -50px;
}
.fp-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
}
.fp-bg [data-section="start"] {
  background-image: radial-gradient(circle at 100% 50%, #000, #1f3950);
  background-size: cover;
  filter: blur(30px);
}
.fp-bg [data-section="info"] {
  background-image: radial-gradient(circle at 100% 50%, #240f70, #434343);
}
.fp-bg [data-section="cast-list"] {
  background-image: radial-gradient(circle at 100% 50%, #49378a, #636363);
}
.fp-bg [data-section="song-list"] {
  background-image: radial-gradient(circle at 100% 50%, #8577ba, #aeaeae);
}
.fp-bg [data-section="opening-note"] {
  background-image: radial-gradient(circle at 100% 50%, #8577ba, #aeaeae);
}
.fp-bg [data-section="who-is-who"] {
  background-image: radial-gradient(circle at 100% 50%, #c7d1e1, #cbcbcb);
}
.fp-bg [data-section="cast"] {
  background-image: radial-gradient(circle at 100% 50%, #fff, #c7c7c7);
}
.fp-bg [data-section="creative-team"] {
  background-image: radial-gradient(circle at 100% 50%, #040404, #03294a);
}
.fp-bg [data-section="meet-the-company"] {
  background-image: radial-gradient(circle at 100% 50%, #391d1d, #5295d0);
}
.fp-bg [data-section="multimedia"] {
  background-image: radial-gradient(circle at 100% 50%, #a58888, #a3d4ff);
  background-image: radial-gradient(circle at 100% 50%, #000, #1f3950);
  background-image: radial-gradient(circle at 100% 50%, #fff, #e2e6e9) !important;
  /*    background-size: cover;
    filter:blur(30px);*/
}
.fp-bg [data-section="donors"] {
  background-image: radial-gradient(circle at 100% 50%, #a58888, #a3d4ff);
  background-image: radial-gradient(circle at 100% 50%, #000, #1f3950);
  /*    background-size: cover;
    filter:blur(30px);*/
}
.fp-bg [data-section="videos"] {
  background-image: radial-gradient(circle at 100% 50%, #fff, #e2e6e9);
}
.fp-bg [data-section="closingnote"] {
  background-image: radial-gradient(circle at 100% 50%, #fff, #e2e6e9);
}
.fp-bg [data-section="mos"] {
  background-image: radial-gradient(circle at 100% 50%, #fff, #e2e6e9);
}
.fp-bg [data-section="after-creative"] {
  background-image: radial-gradient(circle at 100% 50%, #fff, #e2e6e9);
}
.fp-bg [data-section="guestbook"] {
  background-image: radial-gradient(circle at 100% 50%, #fff, #e2e6e9);
}
#extra-id h2,
#after-creative-id h2 {
  position: static;
}
@media (max-width: 960px) {
  #after-creative-id,
  #guestbook-id {
    color: #000;
  }
}
#opening-note-id .advert a {
  flex: 0 0 100%;
  max-width: 100%;
}
#fp-nav.fp-left {
  left: 0!important;
  transform: none!important;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  width: 100%;
  top: auto;
  bottom: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#fp-nav.fp-left ul {
  display: flex;
  padding: 15px 20px;
  margin: 0 auto;
}
.info-table-wrap table {
  max-width: 100%;
  width: 100% !important;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 25px;
  height: 25px;
  margin: 3px;
}
h2,
h1 {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 0 10px;
  background: #000 !important;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 50px;
  text-transform: uppercase;
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  h2,
  h1 {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
  }
}
h2 span,
h1 span {
  font-size: inherit!important;
}
h2 b,
h1 b {
  font-size: inherit!important;
}
@media (max-width: 960px) {
  #start-id .logo-s {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    margin: 0;
  }
}
#start-id img {
  margin: 0 -10px;
  display: block;
  max-width: calc(100% + 20px);
  object-fit: contain;
  background: #000;
}
@media (min-width: 960px) {
  #start-id {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 960px) {
  #fullpage {
    display: flex;
    flex-wrap: wrap;
    margin: 100px -30px 0;
  }
}
.section {
  display: flex;
  padding: 0;
  position: relative;
}
@media (min-width: 960px) {
  .section {
    display: flex;
    padding: 0 30px;
    position: relative;
    flex: 0 0 50%;
    margin: 0 0 100px;
    color: #fff !important;
  }
}
.section .inner {
  padding: 50px 10px 100px 10px;
  margin: auto 0;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 960px) {
  .section .inner {
    padding: 50px 10px 100px 10px;
    margin: 0;
  }
}
.section .scroll {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.advert a {
  display: block;
  width: 100%;
}
.advert a img {
  width: 100%;
}
#info-id table {
  font-size: 16px;
}
@media (min-width: 960px) {
  #info-id {
    flex: 0 0 60%;
    max-width: 60%;
    font-size: 1rem;
  }
}
#info-id h3 {
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 10px;
}
#info-id h3 + h3 {
  margin-top: 10px;
}
#cast-list-id {
  color: #fff;
}
@media (min-width: 960px) {
  #cast-list-id {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#cast-list-id ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#cast-list-id ul li {
  padding: 10px;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 960px) {
  #cast-list-id ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#cast-list-id ul li a {
  color: #fff;
}
.section a {
  color: inherit;
}
@media (max-width: 960px) {
  .dark-mode-on {
    background: #000 !important;
    color: #fff !important;
  }
  .dark-mode-on .section {
    color: #fff !important;
  }
  .dark-mode-on .fp-bg {
    display: none;
  }
  .dark-mode-on #nav {
    background: #000;
    color: #fff;
  }
  .dark-mode-on #fp-nav.fp-left {
    background: rgba(255, 255, 255, 0.5);
  }
}
.cast-list .person {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px;
  border-top: 1px solid #ccc;
  padding: 30px 15px;
}
@media (min-width: 960px) {
  .cast-list .person {
    margin: 60px -30px;
    padding: 30px 30px;
    flex-direction: row-reverse;
  }
}
@media (max-width: 960px) {
  .cast-list .person:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.cast-list .person .voiced {
  font-size: 0.8em;
}
.cast-list .person .character {
  text-transform: uppercase;
}
.cast-list .person .description {
  flex: 0 0 calc(100% - 132px);
  padding: 0 15px;
}
@media (min-width: 960px) {
  .cast-list .person .description {
    padding: 0 30px;
    flex: 0 0 calc(100% - 250px);
  }
}
.cast-list .person.no-photo .description {
  flex: 0 0 100%;
  padding: 0;
}
.cast-list .person .right {
  flex: 0 0 130px;
  padding: 0 15px;
}
@media (min-width: 960px) {
  .cast-list .person .right {
    padding: 0 30px;
    flex: 0 0 250px;
  }
}
.cast-list .person img {
  max-width: 100%;
}
@media (min-width: 960px) {
  .advert {
    display: flex;
    flex-wrap: wrap;
  }
  .advert h2 {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .advert a {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.sub {
  font-style: italic;
  font-size: 0.8rem;
}
#song-list-id {
  color: #000;
}
#song-list-id h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}
#song-list-id p {
  font-size: 0.8rem;
}
@media (max-width: 960px) {
  .size #who-is-who-id .whos .person {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.size #who-is-who-id .whos .person img {
  flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 960px) {
  .size .section .inner {
    padding-top: 100px;
  }
}
@media (max-width: 960px) {
  .size #meet-the-company-id .person {
    flex-direction: column-reverse;
  }
  .size #meet-the-company-id .person .description {
    flex: 0 0 100%;
  }
  .size #meet-the-company-id .person .right {
    flex: 0 0 100%;
  }
  .size #meet-the-company-id .person .right img {
    max-width: 100%;
    object-fit: contain;
    height: auto!important;
    max-height: 100%;
  }
}
.advert + h2 {
  position: static!important;
}
#who-is-who-id .whos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: flex-start;
}
#who-is-who-id .whos .person {
  flex: 0 0 50%;
  margin-bottom: 40px;
  padding: 0 10px;
  max-width: 50%;
}
@media (min-width: 960px) {
  #who-is-who-id .whos .person {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#who-is-who-id .whos .person img {
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  #who-is-who-id .whos .person img {
    flex: 0 0 70px;
    margin-right: 20px;
  }
}
#who-is-who-id .whos .person a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 960px) {
  #who-is-who-id .whos .person a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: #fff;
  }
}
#who-is-who-id .whos .person span b {
  font-weight: bold;
  font-size: 1.1em;
}
#creative-team-id table {
  width: 100%;
}
#cast-id {
  color: #000000;
}
#cast-id table {
  width: 100%;
}
@media (min-width: 960px) {
  #meet-the-company-id {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 960px) {
  #multimedia-id {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#multimedia-id img {
  object-fit: contain;
  width: 100%!important;
  height: auto!important;
  max-width: 100%;
}
#videos-id,
#multimedia-id {
  color: #000;
}
@media (min-width: 960px) {
  #videos-id,
  #multimedia-id {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#videos-id a,
#multimedia-id a {
  color: #000;
}
#videos-id h2,
#multimedia-id h2,
#videos-id h1,
#multimedia-id h1 {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  #videos-id h2,
  #multimedia-id h2,
  #videos-id h1,
  #multimedia-id h1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.fp-scrollable {
  flex: 0 0 100%;
}
.cast .role {
  margin-bottom: 15px;
}
.cast .role .character {
  font-weight: bold;
}
.subscription form {
  display: flex;
  flex-wrap: wrap;
  background: #032e2c;
  color: #fff;
  padding: 20px;
  margin: 0 -10px;
  text-align: center;
}
.subscription form .icon {
  width: 100%;
}
.subscription form .icon svg {
  width: 28px;
}
.subscription form input {
  flex: 0 0 100%;
  height: 40px;
  margin: 20px auto;
  padding: 10px;
}
.subscription form button {
  margin: auto;
  padding: 11px;
  height: 40px;
  font-weight: bold;
  background: #098cff;
  border: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}
.subscription form button:hover {
  background: #0dbfb7;
}
.burger {
  height: 100%;
  font-size: 16px;
}
.burger span {
  display: block;
  position: absolute;
  height: 0.1875em;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(even) {
  left: 50%;
}
.burger span:nth-child(odd) {
  left: 0px;
}
.burger span:nth-child(1),
.burger span:nth-child(2) {
  top: 0px;
}
.burger span:nth-child(3),
.burger span:nth-child(4) {
  top: 0.5em;
}
.burger span:nth-child(5),
.burger span:nth-child(6) {
  top: 1em;
}
.burger.open span:nth-child(1),
.burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(2),
.burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(1) {
  left: 0.125em;
  top: 0.4375em;
}
.burger.open span:nth-child(2) {
  left: calc(50% - 0.125em);
  top: 0.4375em;
}
.burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.burger.open span:nth-child(5) {
  left: 0.125em;
  top: 0.9375em;
}
.burger.open span:nth-child(6) {
  left: calc(50% - 0.125em);
  top: 0.9375em;
}
.group {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  align-items: flex-start;
}
@media (min-width: 960px) {
  .group #start-id {
    position: sticky;
    top: 103px;
  }
}
.team .role {
  font-size: 0.8em;
  margin-top: -9px;
}
.team .person {
  margin-bottom: 10px;
}
#nav {
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  display: none;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  color: #000;
}
#nav ul {
  margin: auto;
  text-align: center;
  list-style: none;
  padding: 0;
  position: relative;
}
#nav ul li {
  margin: 5px 0;
  padding: 0;
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
}
#nav ul li a {
  text-decoration: none;
  color: inherit;
}
#nav .close {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: -50px;
}
#nav .close svg {
  width: 20px;
}
.social a {
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
.social a svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
table {
  font-size: 1rem;
}
@media (max-width: 960px) {
  #guestbook-id {
    color: #000;
  }
}
#guestbook-id form div {
  margin-bottom: 20px;
}
#guestbook-id form label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
}
#guestbook-id form input {
  height: 40px;
  font-family: Source Sans Pro;
  border: 1px solid #fff;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  border: 1px solid #000;
}
@media (max-width: 960px) {
  #guestbook-id form input {
    width: 100%;
  }
}
#guestbook-id form textarea {
  font-family: Source Sans Pro;
  resize: none;
  width: 100%;
  height: 200px;
  padding: 15px;
  border: none;
  border-radius: 0;
  border: 1px solid #000;
}
#guestbook-id form button {
  margin: auto;
  padding: 11px;
  height: 40px;
  font-weight: bold;
  background: #098cff;
  border: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}
#guestbook-id form button:hover {
  background: #0dbfb7;
}
#donors-id {
  flex: 0 0 100%;
}
.reviews .post {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.reviews .post .name {
  font-weight: bold;
  text-transform: uppercase;
}
.reviews .post .text {
  font-size: 0.8em;
}
#mos-id {
  flex: 0 0 100%;
}
#mos-id img {
  height: auto!important;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 960px) {
  #song-list-id + #mos-id {
    flex: 0 0 50%;
  }
}
#closingnote-id {
  flex: 0 0 100%;
  color: #000;
}
#closingnote-id h2 {
  position: static;
}
#closingnote-id img {
  height: auto!important;
  width: 100%;
  object-fit: contain;
}
#after-creative-id {
  flex: 0 0 100%;
}
.dark-mode-switcher {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.dark-mode-switcher i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.dark-mode-switcher i:before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.dark-mode-switcher i:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.dark-mode-switcher:active i:after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.dark-mode-switcher:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.dark-mode-switcher input {
  display: none;
}
.dark-mode-switcher input:checked + i {
  background-color: #4BD763;
}
.dark-mode-switcher input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.dark-mode-switcher input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
/*# sourceMappingURL=style.css.map */